This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Extending the LDAP schema ~Umberto Nongeroson 27.Jan.03 08:31 PM a Web browser General 6.0All Platforms
There is a way to achieve your goal.
1. Create schema documents in the Schema.nsf database using the Notes client. So your attribute types would come with proper syntax as your wish.
2. Don't worry about making this auxiliary to be associated with your structural object class yet.
3. Create an empty subform and name it the same as your auxiliary object class using the Domino Designer.
4. Insert it into $PersonExtensibleSchema subform. This action would make your auxiliary objectclass be part of 'dominoPerson' objectclass.
5. Type "Tell LDAP ReloadSchema" from Domino Server Console. This action will trigger the Schema Daemon process to synchronize any schema changes made in memory into the disk (schema.nsf) copy.
6. You can verify it on dominoPerson objectclass schema doc by opening Schema.nsf database using the Notes client.